glarea: Add a pool for GL textures
authorMatthias Clasen <mclasen@redhat.com>
Thu, 18 Jan 2018 00:15:14 +0000 (19:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 18 Jan 2018 00:15:14 +0000 (19:15 -0500)
commit4f50bf23d34debfdf442dc835c1abbcf51f8980b
tree80b85b3a62ad4574a0bdd1da7306349cfe4e634c
parent18dc994de731c8c5d58e7c9ad72379018944f38d
glarea: Add a pool for GL textures

Handle the situation that a GL texture might remain
in use (e.g. by a slow frame, or by the recorder)
In that case, we can't modify it but must use a
new one. Keep a pool of GL textures for this eventuality.
gtk/gtkglarea.c